home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
STraTOS 1997 April & May
/
STraTOS 1 - 1997 April & May.iso
/
CD01
/
GNU_KIT
/
DISK9.ZIP
/
include
/
nlist.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-26
|
228 b
|
20 lines
#ifndef _NLIST_H
#ifndef _COMPILER_H
#include <compiler.h>
#endif
struct nlist
{
char *n_name;
unsigned short n_type;
long n_value;
};
__EXTERN int nlist __PROTO((char *file, struct nlist *nl));
#define _NLIST_H
#endif